Scheduler for UWP/WinRT
AddRange(Object[]) メソッド

項目の配列。
コレクションにオブジェクトの配列を追加します。このメソッドは、コレクションをクリアしてから新しい項目を追加します。既存の項目を維持する場合はこれを使用しないでください。
構文
'宣言
 
Public Overloads Sub AddRange( _
   ByVal items() As System.Object _
) 
public void AddRange( 
   System.object[] items
)

パラメータ

items
項目の配列。
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

BaseCollection<T> クラス
BaseCollection<T> メンバ
オーバーロード一覧

Send Feedback